projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b8056
)
(emacs_open, set_file_times): String pointer args now
author
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 19:49:00 +0000
(19:49 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 19:49:00 +0000
(19:49 +0000)
point to const.
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 9b49f72b4eb0233229e6ae4b076c4728228ca589..8b8aa0b8c98f52b24ef8df975ecd009b557cb419 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-3262,7
+3262,7
@@
strerror (errnum)
\f
int
emacs_open (path, oflag, mode)
- char *path;
+ c
onst c
har *path;
int oflag, mode;
{
register int rtnval;
@@
-3685,7
+3685,7
@@
readdirver (dirp)
\f
int
set_file_times (filename, atime, mtime)
- char *filename;
+ c
onst c
har *filename;
EMACS_TIME atime, mtime;
{
#ifdef HAVE_UTIMES